Category | Keyword |
Digital I/O |
- pinMode()
- digitalWrite()
- digitalRead()
|
Analog I/O |
- analogReference()
- analogRead()
- analogWrite() - PWM
|
Due & Zero only |
- analogReadResolution()
- analogWriteResolution()
|
Advanced I/O |
- tone()
- noTone()
- shiftOut()
- shiftIn()
- pulseIn()
|
Time |
- millis()
- micros()
- delay()
- delayMicroseconds()
|
Math |
- min()
- max()
- abs()
- constrain()
- map()
- pow()
- sqrt()
|
Trigonometry |
|
Characters |
- isAlphaNumeric()
- isAlpha()
- isAscii()
- isWhitespace()
- isControl()
- isDigit()
- isGraph()
- isLowerCase()
- isPrintable()
- isPunct()
- isSpace()
- isUpperCase()
- isHexadecimalDigit()
|
Random Numbers |
|
Bits and Bytes |
- lowByte()
- highByte()
- bitRead()
- bitWrite()
- bitSet()
- bitClear()
- bit()
|
External Interrupts |
- attachInterrupt()
- detachInterrupt()
|
Interrupts |
- interrupts()
- noInterrupts()
|
Communication |
|
USB (32u4 based boards and Due/Zero only) |
|